home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
bbs
/
tronbbs
/
tron
/
menus
/
start.src
< prev
next >
Wrap
Text File
|
1996-07-16
|
2KB
|
88 lines
; This is the first menu where a user enters the BBS
Menu "start.menu"
flags hotkeyable
level 0 - 255 , "Start.Ansi"
prompt 0 , 0 - 255 , "|Press <return> to continue.."
prompt 1 , 0 - 255 , "|Press <return> to continue.."
BEGIN ; Start the command definitions
Cmd "G" , 0-255
GotoMenu "Logout.Menu"
EndCmd
Cmd "F"
ClrScr
CatalogChronoGlobalNew
EndCmd
Cmd "M"
ClrScr
ReadWaitingMail
EndCmd
Cmd "N" , 5-255
CliDoor "tron:doors/quest/DoQuest ~50 ~51"
ReadWaitingMail
ChangeMessageArea "5" ;Read New 'MsgsToAll'
ReadNew
DosCommand "tron:utils/tron -max 'User ~200 logged in on node ~50.'"
GotoMenu "Main.Menu"
EndCmd
Cmd "" , 5 - 255
CliDoor "tron:doors/quest/DoQuest ~50 ~51"
ReadWaitingMail
ChangeMessageArea "5" ;Read New 'MsgsToAll'
ReadNew
DosCommand "tron:utils/tron -max 'User ~200 logged in on node ~50.'"
GotoMenu "Main.Menu"
EndCmd
Cmd "N" , 0 - 4
Print "|Ha een nieuwe User !!|"
ChangeAccesLevel "10"
CliDoor "tron:doors/quest/DoQuest ~50 ~51"
ReadWaitingMail
ChangeMessageArea "5" ;Read New 'MsgsToAll'
ReadNew
DosCommand "tron:utils/tron -max 'User ~200 logged in on node ~50.'"
GotoMenu "Main.Menu"
EndCmd
Cmd "" , 0 - 4
Print "|Ha een nieuwe User !!|"
ChangeAccesLevel "10"
CliDoor "tron:doors/quest/DoQuest ~50 ~51"
ReadWaitingMail ;SCAN waiting mail !!
ChangeMessageArea "5" ;Read New 'MsgsToAll'
ReadNew
DosCommand "tron:utils/tron -max 'User ~200 logged in on node ~50.'"
GotoMenu "Main.Menu"
EndCmd
END